Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Please Help !!! Agent NOT Running on the WEB
~Justin Minluternivu 7.Nov.03 10:26 PM a Web browser
Domino Designer 6.0.1 CF1 Windows 2003


Well, that JavaScript is more than a bit suspect (it shouldn't work at all). Try:

document.forms[0].elements['ForwardHistory'].click()

Only Intenet Explorer has an "all" collection, and the ".onclick()" should have thrown an error, since onclick is an event -- the method is .click(). The "forms[0]" link in the chain above is a bit of a hack to simulate the "all" collection in NS4, and works because Domino creates a <form> tag whether there is an active form to displayor not. Buttons are always elements of the forms they appear in.

If you don't have to worry about Netscape 4, then the preferred method would be:

document.getElementsByName('ForwardHistory').items[0].click();




Please Help !!! Agent NOT Running o... (~George Rehipip... 7.Nov.03)
. . RE: Please Help !!! Agent NOT Runni... (~Lex Zengerober... 7.Nov.03)
. . . . RE: Please Help !!! Agent NOT Runni... (~George Rehipip... 7.Nov.03)
. . RE: Please Help !!! Agent NOT Runni... (~Justin Minlute... 7.Nov.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS